[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_ItalOn()          Returns the codes to turn "Italics" on

Description:

  VS_ItalOn() returns the necessary codes to make the currently selected
  printer print in "Italics" mode.

Syntax:     

  c_CtrlCode = VS_ItalOn()

Pass:       

  Nothing

Return:     

  c_CtrlCode is a character expression that will contain the
  necessary codes to make the currently selected printer print in
  "Italics" mode.

Notes:      

  If a printer has not yet been selected, VS_ItalOn() will call
  VS_InitPrtr().

Example:    

  SET PRINT ON

     ? VS_ItalOn()
     ? [This will be in "Italics" mode]
     ? [So will this]
     ? VS_ItalOff()

  SET PRINT OFF

Usage:      

See Also: VS_InitPrtr() VS_Ital() VS_ItalOff() Printers
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson